using UnityEngine;
using System;
using Object = UnityEngine.Object;

public class DynamicBoneDemo1 : MonoBehaviour
{
    public GameObject m_Player;
    float m_weight = 1;
    void Update()
    {
        throw new NotImplementedException();
    }

    void OnGUI()
    {
        throw new NotImplementedException();
    }
}